home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / convex / Makefile
Encoding:
Makefile  |  1995-06-28  |  724 b   |  33 lines

  1. #  Make WWW under ConvexOS
  2.  
  3. # For W3 distribution, machine type for subdirectories
  4. WWW_MACH = convex
  5.  
  6. # The ASIS repository's name for the machine we are on
  7. ASIS_MACH = hardware/os
  8.  
  9.  
  10. CFLAGS =  -O1 -DDEBUG -Dunix
  11. LFLAGS =
  12. CC = cc
  13.  
  14. # Directory for installed binary:
  15. BINDIR = /usr/local/bin
  16.  
  17. # Where is the W3 object library to be installed (not normally done)?
  18. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  19.  
  20. #_________________ OK if normal W3 distribution
  21. # Where is the WWW source root?
  22. WWW = ../..
  23.  
  24. #  Where should temporary (object) files go?
  25. WTMP = ../..
  26.  
  27. # HTWAIS = $(LOB)/HTWAIS.o
  28. # WAIS = YES
  29. # WAISINC = -I/tmp/freeWAIS-0.202/ir
  30. # WAISCFLAGS = -DDIRECT_WAIS 
  31.  
  32. include $(WWW)/Library/Implementation/CommonMakefile
  33.